/* Milonic DHTML Menu - JavaScript Website Navigation System. Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved. Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products This is a commercial software product, please visit http://www.milonic.com/ for more information. See http://www.milonic.com/license.php for Commercial License Agreement All Copyright statements must always remain in place in all files at all times ******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE ******* */ _menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=100 // The time delay before menus open on mouse over _subOffsetTop=5 // Sub menu top offset _subOffsetLeft=1 // Sub menu left offset with(smainmenuStyle=new mm_style()){ onbgcolor="#AAC3DB"; oncolor="#4444aa"; offbgcolor="#AAC3DB"; offcolor="#444444"; bordercolor="#296488"; borderstyle="solid"; borderwidth=0; separatorcolor="#2D729D"; separatorsize="0"; padding=4; fontsize="10px"; fontstyle="normal"; decoration="underline"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="/ftweb/images/common/arrow.gif"; subimagepadding="2"; pointer="auto"; } with(smenuStyle=new mm_style()){ onbgcolor="#AAC3DB"; oncolor="#ffffff"; offbgcolor="#AAC3DB"; offcolor="#515151"; padding=2; fontsize="10px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; headercolor="#ffffff"; headerbgcolor="#336699"; subimage="/ftweb/images/common/arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.3)"; low3dcolor="#89b2ba"; high3dcolor="#B9E2Ea"; bordercolor="#666699"; borderstyle="solid"; borderwidth=1; separatorsize=3; separatorcolor="#AAC3DB"; } with(mainmenuStyle=new mm_style()){ onclass="menumainstyleactive"; offclass="menumainstyle"; padding=4; subimage="/ftweb/images/common/arrow.gif"; subimagepadding="2"; } with(menuStyle=new mm_style()){ onclass="menustyleactive"; offclass="menustyle"; padding=1; subimage="/ftweb/images/common/arrow.gif"; subimagepadding="2"; } with(milonic=new menuname("share")){ style=menuStyle; menuwidth=200; aI("text=Share Pictures;align=center;type=header;offclass=menustyleheader;onclass=menustyleheader;"); aI("text=Send E-Mail Invite;url=/ftweb/bin/ft.dll/invitewiz;"); aI("text=Create Link to Pictures (URL);url=/ftweb/bin/ft.dll/picturl;"); aI("text=View Invite History;url=/ftweb/bin/ft.dll/invitelist;"); aI("text=Edit Address Book;url=/ftweb/bin/ft.dll/addrbookfs;"); } with(milonic=new menuname("albummaint")){ style=menuStyle; menuwidth=170; aI("text=Albums;type=header;align=center;offclass=menustyleheader;onclass=menustyleheader;"); aI("text=Add New Album;url=/ftweb/bin/ft.dll/addalbum;"); aI("text=Add Sub-Album;url=/ftweb/bin/ft.dll/addgroup;"); aI("text=Edit Album;url=/ftweb/bin/ft.dll/editalbumlist?mode=edit;"); aI("text=Delete Album;url=/ftweb/bin/ft.dll/editalbumlist?mode=deletealbum;"); aI("text=Re-order Albums;url=/ftweb/bin/ft.dll/sortalbum;"); aI("text=Pictures;type=header;align=center;offclass=menustyleheader;onclass=menustyleheader;"); aI("text=Upload Pictures;url=/ftweb/bin/ft.dll/upload;"); aI("text=Download Pictures;url=/ftweb/bin/ft.dll/editalbumlist?mode=downloadpictures;"); aI("text=Delete Pictures;url=/ftweb/bin/ft.dll/editalbumlist?mode=deletepictures;"); aI("text=Re-order Pictures;url=/ftweb/bin/ft.dll/editalbumlist?mode=reorder;"); aI("text=Copy/Move Pictures;url=/ftweb/bin/ft.dll/editalbumlist?mode=copymove;"); aI("text=Edit Captions & Tags;url=/ftweb/bin/ft.dll/editalbumlist?mode=captions;"); aI("text=Map Pictures;url=/ftweb/bin/ft.dll/editalbumlist?mode=setgpslocations;"); aI("text=Change Security;url=/ftweb/bin/ft.dll/editalbumlist?mode=security;"); aI("text=Compress Pictures;url=/ftweb/bin/ft.dll/editalbumlist?mode=compress;"); } with(milonic=new menuname("options")){ style=menuStyle; menuwidth=180; aI("text=Account Options;type=header;align=center;offclass=menustyleheader;onclass=menustyleheader;"); aI("text=Account Status;url=/ftweb/bin/ft.dll/accountinfo"); aI("text=Edit Registration Information;url=/ftweb/bin/ft.dll/updateaccount;"); aI("text=Edit Preferences;url=/ftweb/bin/ft.dll/webprefs"); aI("text=Select Display Styles;url=/ftweb/bin/ft.dll/selectStyles;"); aI("text=Configure Blogs;url=/ftweb/bin/ft.dll/blogconfig"); aI("text=Automatic Login;url=/ftweb/bin/ft.dll/autologin;"); aI("text=Buy/Renew Subscription;url=/ftweb/bin/ft.dll/buyspace;"); aI("text=Buy FotoAlbum Pro;url=/ftweb/bin/ft.dll/buyfapro;"); aI("text=Buy Archive CD;url=/ftweb/bin/ft.dll/archivecd;"); aI("text=View Album Activity;url=/ftweb/bin/ft.dll/albumstats"); // delete account }